net/http.http2http2Config.WriteByteTimeout (field)

6 uses

	net/http (current package)
		h2_bundle.go#L1059: 	WriteByteTimeout             time.Duration
		h2_bundle.go#L1076: 		WriteByteTimeout:             h2.WriteByteTimeout,
		h2_bundle.go#L1095: 		WriteByteTimeout:            h2.WriteByteTimeout,
		h2_bundle.go#L1182: 		conf.WriteByteTimeout = h2.WriteByteTimeout
		h2_bundle.go#L4421: 		bw:                          http2newBufferedWriter(c, conf.WriteByteTimeout),
		h2_bundle.go#L8121: 		timeout: conf.WriteByteTimeout,